home *** CD-ROM | disk | FTP | other *** search
- /* TCHK 0.50 - Howard Kapustein's Turbo C library 11-18-87 */
- /* Copyright (C) 1987, Howard Kapustein. All rights reserved. */
-
- /* timehk.c - Howard Kapustein's time routines */
-
- /* function prototypes */
- void delay(int wait); /* pause for wait * 1/10ths of a second */
- char *timetostr(struct time *tsource, boolean seconds, boolean hundreds, boolean ampm); /* convert time to string */
- struct time *strtotime(char *source); /* convert a string to time */
-